BODY|Document body

H1|Heading 1 
H2|Heading 2
H3|Heading 3
H4|Heading 4
H5|Heading 5
H6|Heading 5

UL|Unordered List
OL|Ordered List
LI|List Item

DL|Definition List
DT|Definition Term
DD|Definition Description

DIV|Divider. Generic language/style block-level container.
SPAN|Span. Generic language/style in-line container.

P|Paragraph
BR|Forced line break
PRE|Preformatted text
BLOCKQUOTE|Long quotation
HR|Horizontal Rule
ADDRESS|Information on author

B|Bold
I|Italic
U|Underline

SUP|Subscript
SUB|Superscript

EM|Indicates emphasis
STRONG|Indicates stronger emphasis
DFN|Indicates that this is the defining instance of the enclosed term
CODE|Designates a fragment of computer code
SAMP|Designates sample output from programs, scripts, etc.
KBD|Indicates text to be entered by the user.
VAR|Indicates an instance of a variable or program argument.
CITE|Contains a citation or a reference to other sources
ABBR|Indicates an abbreviated form (e.g., WWW, HTTP, URI, Mass., etc.)
ACRONYM|Indicates an acronym (e.g., WAC, radar, etc.)

INS|Inserted text
DEL|Deleted text

TABLE|The TABLE element
TD|Table data cell
TH|Table header cell
TR|Table row

A|Anchor
A:link|The :link pseudo-class applies for links that have not yet been visited
A:visited|The :visited pseudo-class applies once the link has been visited by the user
A:hover|The :hover pseudo-class applies while the user designates an element, but does not activate it
A:active|The :active pseudo-class applies while an element is being activated by the user
A:focus|The :focus pseudo-class applies while an element has the focus

FORM|Interactive form
LABEL|Form field label text
INPUT|Input form control
TEXTAREA|Multi-line text field
BUTTON|The BUTTON element
SELECT|The SELECT element
OPTION|Selectable choice
OPTGROUP|Option group

OBJECT|Generic embedded object
IMG|Embedded image
IFRAME|Inline subwindow
FRAME|Subwindow

:first-line|The :first-line pseudo-element applies special styles to the first formatted line of a paragraph
:first-letter|The :first-letter pseudo-element applies special styles to the first letter

*|Any element